Package com.cisco.pt.ipc.sim.impl
Class RIPRoutingEntryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.RoutingEntryImpl
com.cisco.pt.ipc.sim.impl.RIPRoutingEntryImpl
- All Implemented Interfaces:
IPCData,RIPRoutingEntry,RoutingEntry
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.sim.impl.RoutingEntryImpl
adminDistance, metric, networkId, nextHop, portName, subnetMask, typeOfProtocol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw dataMethods inherited from class com.cisco.pt.ipc.sim.impl.RoutingEntryImpl
getAdminDistance, getMetric, getNetworkId, getNextHop, getPortName, getSubnetMask, getTypeOfProtocol, setAdminDistance, setMetric, setNetworkId, setNextHop, setPortName, setSubnetMask, setTypeOfProtocolMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.RoutingEntry
getAdminDistance, getMetric, getNetworkId, getNextHop, getPortName, getSubnetMask, getTypeOfProtocol, setAdminDistance, setMetric, setNetworkId, setNextHop, setPortName, setSubnetMask, setTypeOfProtocol
-
Constructor Details
-
RIPRoutingEntryImpl
public RIPRoutingEntryImpl()
-
-
Method Details
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Overrides:
readin classRoutingEntryImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-